|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.cebis.moccabox.domain.AbstractConceptualObject
de.cebis.moccapart.calendar.domain.CalendarAssignment
public class CalendarAssignment
Überschrift:
Beschreibung:
Copyright: Copyright (c) 2003
Organisation:
| Field Summary | |
|---|---|
static java.lang.String |
PROP_CALENDAR
|
static java.lang.String |
PROP_RELATEDCONCEPT
|
static java.lang.String |
PROP_RIGHT
|
static java.lang.String |
PROP_SUBSCRIBED
|
| Fields inherited from interface de.cebis.moccabox.domain.IPersistentConcept |
|---|
PROP_CREATION_DATE, PROP_ID, PROP_LAST_EDIT_DATE, PROP_LAST_EDIT_USER |
| Constructor Summary | |
|---|---|
CalendarAssignment()
|
|
CalendarAssignment(java.lang.Long _iD)
Constructor for primary key |
|
| Method Summary | |
|---|---|
Calendar |
getCalendar()
Returns the identifier of the assigned calendar. |
IPersistentConcept |
getRelatedConcept()
|
int |
getRight()
Returns the rights the user has for the corresponding calendar. |
boolean |
getSubscribed()
Returns if the corresponding Calendar is subscribed by
the User. |
void |
setCalendar(Calendar calendar)
Sets the identifier of the assigned calendar. |
void |
setRelatedConcept(IPersistentConcept relatedConcept)
|
void |
setRight(int right)
Sets the rights the user has for the corresponding calendar. |
void |
setSubscribed(boolean subscribed)
Sets if the corresponding Calendar is subscribed by
the User. |
| Methods inherited from class de.cebis.moccabox.domain.AbstractConceptualObject |
|---|
getCreationDate, getId, getLastEditDate, getVersion, setCreationDate, setId, setLastEditDate, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String PROP_CALENDAR
public static java.lang.String PROP_RIGHT
public static java.lang.String PROP_RELATEDCONCEPT
public static java.lang.String PROP_SUBSCRIBED
| Constructor Detail |
|---|
public CalendarAssignment()
public CalendarAssignment(java.lang.Long _iD)
| Method Detail |
|---|
public Calendar getCalendar()
public void setCalendar(Calendar calendar)
calendarid - ID of the assigned calendar.public int getRight()
public void setRight(int right)
right - Rights of the user for the calendar.public void setSubscribed(boolean subscribed)
Calendar is subscribed by
the User.
subscribed - True, if subscribed. False, otherwise.public boolean getSubscribed()
Calendar is subscribed by
the User.
public IPersistentConcept getRelatedConcept()
public void setRelatedConcept(IPersistentConcept relatedConcept)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||